POST /DataCube/RestoreUndoFrame/{id}/

Restores the data cube to the given undo frame ID.
 

Request

Method Request URI
POST /API/DataCube/RestoreUndoFrame/{id}/?sessionId=value

URI Parameters

URI Parameter Description
sessionId The current session ID. Specifying via an Authorization request header instead is recommended.

Path Parameters

Path Parameter Description
id The ID of the data cube to restore the undo frame to.

Request Headers

Authorization: Bearer <Current session ID>

Request Body

Name: frameId
Type: System.Int64

Response

Response Body

A Dundas.BI.WebApi.Models.DataCubeData object containing the updated data cube data, or a status code indicating the problem.